Adds a row to the grid and populates the new row with data.
'Declaration
Public Overloads Function AddItem( _
ByVal () As Object _
) As Row
public Row AddItem(
object[]
)
Parameters
- items
- Array of objects that will be assigned to the new row.
Return Value
A reference to the new row.